home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1143 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: cs.uwa.edu.au!jasonb
  2. From: jasonb@cs.uwa.edu.au (Jason S Birch)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: AREXX: Funny release information
  5. Date: 16 Jan 96 01:58:17 GMT
  6. Organization: The University of Western Australia
  7. Message-ID: <jasonb.821757497@cs.uwa.edu.au>
  8. NNTP-Posting-Host: decadence.cs.uwa.oz.au
  9. X-Newsreader: NN version 6.5.0 #3 (NOV)
  10.  
  11. I was playing around with ARexx the other day and tried the following
  12. script:
  13.  
  14. /* Obtain version information */
  15. parse version interpreter version release
  16. say interpreter' Version:'version' Release:'release
  17.  
  18. Here's the output on my machine:
  19.  
  20. ARexx Version:V1.15 Release: 68070 68881 PAL 50HZ
  21.  
  22. What it *should* read is 68040 (and then presumeably 68882), etc.
  23. Unless, of course, someone played a joke on me with my CPU. ;-)
  24.  
  25. This is with KS 40.70, WB 40.42.
  26.  
  27. -- 
  28. Jason S Birch                        ,-_|\ email: jasonb@cs.uwa.edu.au
  29. Department of Computer Science      /     \ Tel (work): +61 9 380 1840
  30. The University of Western Australia *_.-._/ Fax (work): +61 9 380 1089
  31. Nedlands  W. Australia  6907             v  Tel (home): +61 9 386 8630
  32.